home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / bfile2.zip / BFILE.DOC < prev    next >
Text File  |  1992-01-03  |  1KB  |  37 lines

  1. In this ZIP file you will find the following files:
  2.  
  3.       BFILE.DOC - This file
  4.       BFILE.H   - Definition of the class
  5.       BFILE.CPP - Methods that are not inline and defined in BFILE.H
  6.       BTRIEVE.H - Misc #defines for Btrieve
  7.  
  8. The data and methods of bfile are explained in comments in
  9. BFILE.H.  A sample, simple minded main() using bfile class is in
  10. BFILE.CPP.  #define TEST and compile it, link with the Turbo C
  11. Btrieve interface and use it like this:
  12.  
  13.       BFILE /f:filename.exe /k:key_num
  14.  
  15. It will then list the btrieve file, by key number key_num.
  16.  
  17. 11/11/91  DR  Add features to allow for ease of use with variable
  18.                  length records, and add a call for cloning files,
  19.                  that is, create a new empty file with the same
  20.                  key structure as the original.
  21. 11/12/91  DR  Add support for just_update parm to put_rec();
  22. 01/03/92  DR  Fix bug that cause file with owner to corrupt NULL pointer
  23.                  (Thanks to Brian Levine in Orlando!).  Don't use data
  24.                  element when opening file.
  25.  
  26.       Comments?  Questions?  Suggestions?
  27.       Have a paying C/C++ programming job you need done?
  28.       Give me a call.
  29.  
  30.       Douglas J. Reilly
  31.       Access Microsystems Inc.
  32.       404 Midstreams Road
  33.       Brick, New Jersey  08724
  34.       (908) 892-2683
  35.       CompuServe 74040,607
  36.  
  37.